[Bug 4635] New: record inside subdirectory fails on added file

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Tue Apr 28 23:29:34 UTC 2015


http://bz.selenic.com/show_bug.cgi?id=4635

          Priority: normal
            Bug ID: 4635
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: record inside subdirectory fails on added file
          Severity: bug
    Classification: Unclassified
                OS: All
          Reporter: gregory.szorc at gmail.com
          Hardware: All
            Status: UNCONFIRMED
           Version: 3.4-rc
         Component: Mercurial
           Product: Mercurial

$ hg init testrecord
$ cd testrecord/
$ mkdir dir0
$ echo test > dir0/foo
$ hg add dir0/foo
$ cd dir0
$ hg record
diff --git a/dir0/foo b/dir0/foo
new file mode 100644
examine changes to 'dir0/foo'? [Ynesfdaq?] y

@@ -0,0 +1,1 @@
+test
record this change to 'dir0/foo'? [Ynesfdaq?] y

abort: No such file or directory: 'dir0/foo'

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list