Jelmer Vernooij 2 달 전
부모
커밋
1f25c2240f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dulwich/cli.py

+ 1 - 1
dulwich/cli.py

@@ -745,7 +745,7 @@ class cmd_stash_pop(Command):
         parser = optparse.OptionParser()
         parser = optparse.OptionParser()
         options, args = parser.parse_args(args)
         options, args = parser.parse_args(args)
         porcelain.stash_pop(".")
         porcelain.stash_pop(".")
-        print("Restrored working directory and index state")
+        print("Restored working directory and index state")
 
 
 
 
 class cmd_stash(SuperCommand):
 class cmd_stash(SuperCommand):